projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b5f7d
)
(fortran-comment-indent-char): Use characterp rather than char-valid-p.
author
Glenn Morris
<rgm@gnu.org>
Sat, 2 Feb 2008 04:23:20 +0000
(
04:23
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 2 Feb 2008 04:23:20 +0000
(
04:23
+0000)
lisp/progmodes/fortran.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/fortran.el
b/lisp/progmodes/fortran.el
index 21413e5b43af3c5bfc010461f7bc785acb521e05..a8d780753ffbcc1e105f297a38240ae6f4b91744 100644
(file)
--- a/
lisp/progmodes/fortran.el
+++ b/
lisp/progmodes/fortran.el
@@
-196,7
+196,7
@@
Normally a space."
:type 'string
:group 'fortran-comment)
(put 'fortran-comment-indent-char 'safe-local-variable
- (lambda (value) (or (char
-valid-
p value)
+ (lambda (value) (or (char
acter
p value)
(and (stringp value)
(= (length value) 1)))))